home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 January / macformat46.iso / Shareware Plus / Applications / Charting Coach / Charting Coach V2.0sw / Charting Coach V2.DXR / 00275.ls < prev    next >
Encoding:
Text File  |  1996-10-13  |  260 b   |  19 lines

  1. on enterFrame
  2.   if rollOver(3) then
  3.     go("Monthrel 1")
  4.   end if
  5.   if rollOver(4) then
  6.     go("Monthrel 2")
  7.   end if
  8.   if rollOver(5) then
  9.     go("Monthrel 3")
  10.   end if
  11.   if rollOver(6) then
  12.     go("Monthrel 4")
  13.   end if
  14. end
  15.  
  16. on exitFrame
  17.   go(the frame)
  18. end
  19.